home *** CD-ROM | disk | FTP | other *** search
- ; netctmva.inf
- ;
- ; Comtrol Virtual Server, Async. INF for InterChange V1000/2000 Async Conc.
- ;
- ; Inf for NT5
-
- [version]
- Signature="$Windows NT$"
- Class=MultiPortSerial
- ClassGuid={50906CB8-BA12-11D1-BF5D-0000F805F530}
- Provider=%Comtrol_Corp%
- LayoutFile=layout.inf
- DriverVer=10/19/1999,2.34.0.0
-
- [Manufacturer]
- %Comtrol_Corp%=ComtrolAsync
-
- [ComtrolAsync]
- ; DisplayName Section DeviceID
- ; ----------- ------- --------
- %VSLink1000Desc% = VSLINK1000, CtmVS3001
- ;%VSLink2000Desc% = VSLINK1000, CtmVS3002
- %RocketHub8Desc% = VSLINK1000, CtmVS3003
- %RocketHub4Desc% = VSLINK1000, CtmVS3004
-
- [VSLINK1000.NT]
- AddReg = vslink_reg
- CopyFiles = Drivers_Files, App_Files, System32_Files
- [VSLINK1000.NT.Services]
- AddService = VSLinka, 2, VSLinka.Service, common.EventLog
- [VSLINK1000.NT.CoInstallers]
- CopyFiles = CoInst_Files
- AddReg = CoInst.Reg
-
- [CoInst.Reg]
- HKR,,CoInstallers32,0x00010000,"ctmvclas.dll,CoDeviceInstall"
-
- [vslink_reg]
- HKR,,EnumPropPages32,0,"vssetup.dll,DevicePropPage"
- ;;;HKLM,System\CurrentControlSet\Services\VsLinka\Parameters,NoPnpPorts,%REG_DWORD%,1
-
- [VSLinka.Service]
- DisplayName = %VSLinka.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\VSLinka.sys
- LoadOrderGroup = NDIS
-
- [CoInst_Files]
- ctmvclas.dll
-
- [Drivers_Files]
- vslinka.sys,,,2 ; the 2 means Do not allow the user to skip this file!
- vslinka.bin,,,2 ; 2 means Do not allow the user to skip this file!
-
-
- [System32_Files] ; These will go into the system32 dir
- vssetup.dll
- vssetup.hlp
- ctmvclas.dll
-
- [App_Files] ; These will go into the system32\VSLinka dir
- wcom32.exe
- wcom.hlp
- portmon.exe
- portmon.hlp
- peer.exe
- peer.hlp
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\vslinka.sys"
- HKR, , TypesSupported, 0x00010001, 7
-
- [DestinationDirs]
- Drivers_Files = 12 ; system32\drivers
- Inf_Files = 17 ; \inf
- App_Files = 11, VSLink ; system32\VSLink
- System32_Files = 11 ; system32
-
-
- [Strings]
- REG_EXPAND_SZ = 0x00020000
- REG_DWORD = 0x00010001
- REG_MULTI_SZ = 0x00010000
-
- Comtrol_Corp="Comtrol Corporation"
-
- VSLink1000Desc = "VS1000 16 to 64 Port Device"
- VSLink2000Desc = "VS2000 8 Modem Device"
- RocketHub4Desc = "RocketHUB 4 Port Device"
- RocketHub8Desc = "RocketHUB 8 Port Device"
- VSLinka.Service.DispName = "Comtrol VS Async"
-
-